翻訳と辞書
Words near each other
・ Python europaeus
・ Python for S60
・ Python Hunters
・ Python Imaging Library
・ Python kyaiktiyo
・ Python Lee Jackson
・ Python License
・ Python Minefield Breaching System
・ Python molurus
・ Python Night – 30 Years of Monty Python
・ Python of Aenus
・ Python of Byzantium
・ Python of Catana
・ Python Package Index
・ Python Package Manager
Python Paste
・ Python Patrol
・ Python Robotics
・ Python SCOOP (software)
・ Python Server Pages
・ Python Service Objects
・ Python Software Foundation
・ Python Software Foundation License
・ Python syntax and semantics
・ Python timoriensis
・ Python Tools for Visual Studio
・ Python-Ogre
・ PythonAnywhere
・ Pythonaster
・ Pythonect


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Python Paste : ウィキペディア英語版
Python Paste, often simply called paste, is a set of utilities for web development in Python. Paste has been described as "a framework for web frameworks".http://blog.ianbicking.org/its-not-another-damn-framework.htmlThe Python Paste package contains Python modules that help in implementing WSGI middleware.The package includes a WSGI wrapper for CGI applications. It also includes a simple webserver that can produce WSGI requests.==WSGI middleware==The WSGI standard is an interface that allows applications to use Python code to handle HTTP requests. A WSGI application is passed a Python representation of an HTTP request by an application, and returns content which will normally eventually be rendered by a web browser. A common use for this is when a web server serves content created by Python code.There are, however, other uses: WSGI middleware is Python code that receives a WSGI request and then performs logic based upon this request, before passing the request on to a WSGI application or more WSGI middleware. WSGI middleware appears to an application as a server, and to the server as an application. This is analogous to the function of pipes on Unix systems. Functionality provided by WSGI middleware may include authentication, logging, URL redirection, creation of sessions, and compression.Paste helps in developing such WSGI middleware systems. For example, it is used in the Pylons web application framework.

Python Paste, often simply called paste, is a set of utilities for web development in Python. Paste has been described as "a framework for web frameworks".〔http://blog.ianbicking.org/its-not-another-damn-framework.html〕
The Python Paste package contains Python modules that help in implementing WSGI middleware.
The package includes a WSGI wrapper for CGI applications. It also includes a simple webserver that can produce WSGI requests.
==WSGI middleware==
The WSGI standard is an interface that allows applications to use Python code to handle HTTP requests. A WSGI application is passed a Python representation of an HTTP request by an application, and returns content which will normally eventually be rendered by a web browser. A common use for this is when a web server serves content created by Python code.
There are, however, other uses: WSGI middleware is Python code that receives a WSGI request and then performs logic based upon this request, before passing the request on to a WSGI application or more WSGI middleware. WSGI middleware appears to an application as a server, and to the server as an application. This is analogous to the function of pipes on Unix systems. Functionality provided by WSGI middleware may include authentication, logging, URL redirection, creation of sessions, and compression.
Paste helps in developing such WSGI middleware systems. For example, it is used in the Pylons web application framework.

抄文引用元・出典: フリー百科事典『 WSGI application is passed a Python representation of an HTTP request by an application, and returns content which will normally eventually be rendered by a web browser. A common use for this is when a web server serves content created by Python code.There are, however, other uses: WSGI middleware is Python code that receives a WSGI request and then performs logic based upon this request, before passing the request on to a WSGI application or more WSGI middleware. WSGI middleware appears to an application as a server, and to the server as an application. This is analogous to the function of pipes on Unix systems. Functionality provided by WSGI middleware may include authentication, logging, URL redirection, creation of sessions, and compression.Paste helps in developing such WSGI middleware systems. For example, it is used in the Pylons web application framework.">ウィキペディア(Wikipedia)
WSGI application is passed a Python representation of an HTTP request by an application, and returns content which will normally eventually be rendered by a web browser. A common use for this is when a web server serves content created by Python code.There are, however, other uses: WSGI middleware is Python code that receives a WSGI request and then performs logic based upon this request, before passing the request on to a WSGI application or more WSGI middleware. WSGI middleware appears to an application as a server, and to the server as an application. This is analogous to the function of pipes on Unix systems. Functionality provided by WSGI middleware may include authentication, logging, URL redirection, creation of sessions, and compression.Paste helps in developing such WSGI middleware systems. For example, it is used in the Pylons web application framework.">ウィキペディアでPython Paste, often simply called paste, is a set of utilities for web development in Python. Paste has been described as "a framework for web frameworks".http://blog.ianbicking.org/its-not-another-damn-framework.htmlThe Python Paste package contains Python modules that help in implementing WSGI middleware.The package includes a WSGI wrapper for CGI applications. It also includes a simple webserver that can produce WSGI requests.==WSGI middleware==The WSGI standard is an interface that allows applications to use Python code to handle HTTP requests. A WSGI application is passed a Python representation of an HTTP request by an application, and returns content which will normally eventually be rendered by a web browser. A common use for this is when a web server serves content created by Python code.There are, however, other uses: WSGI middleware is Python code that receives a WSGI request and then performs logic based upon this request, before passing the request on to a WSGI application or more WSGI middleware. WSGI middleware appears to an application as a server, and to the server as an application. This is analogous to the function of pipes on Unix systems. Functionality provided by WSGI middleware may include authentication, logging, URL redirection, creation of sessions, and compression.Paste helps in developing such WSGI middleware systems. For example, it is used in the Pylons web application framework.」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.